home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / loadIn.dxr / exitFrameScripts_7.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  128 b   |  11 lines

  1. on exitFrame me
  2.   go(the frame)
  3. end
  4.  
  5. on keyUp
  6.   if length(field("enterName")) > 20 then
  7.     beep()
  8.     stopEvent()
  9.   end if
  10. end
  11.